runtime.m.waitunlockf (field)

4 uses

	runtime (current package)
		proc.go#L429: 	mp.waitunlockf = unlockf
		proc.go#L4140: 	if fn := mp.waitunlockf; fn != nil {
		proc.go#L4142: 		mp.waitunlockf = nil
		runtime2.go#L583: 	waitunlockf          func(*g, unsafe.Pointer) bool